home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / mb1503x.zip / MON.DOC < prev    next >
Text File  |  1992-12-08  |  2KB  |  52 lines

  1.  
  2. MON is a monitoring utility.
  3.  
  4. To date, this is just a test version.
  5. It requires the g8bpq switch.
  6. It requires a 34k - 37k DESQview window.
  7.  
  8. You need to supply it with a bpq stream number  (suggest 29).
  9. Note that this stream number is NOT a COM port number, but
  10. uses the 'extra' channels provided by bpq host mode.  You may
  11. use any stream number you aren't using for something else.  For
  12. example, if you use YTNC 25 1 1, then YTNC will be using host
  13. ports up to 25.  Just don't use a number that you will be using
  14. for something else, like PAC4, CHAT4.
  15.  
  16. Use:
  17. MON -m stream  (insert -m # in the parameter field of DESQview window,
  18. ie, Parameter -m 29.  Note that "m" is not a variable.
  19.  
  20. It has several commands.  Run it, hit the enter key, it will
  21. tell you what it can do.  The commands and capabilities are
  22. still under development ... and subject to change.
  23.  
  24. a - monitors all ports
  25. 1 - monitors port 1, etc.
  26. n - monitors no ports
  27. r - toggles to monitor rx, tx, or rx and tx frames
  28. i - toggles to recieve text information or not.
  29. l - shows the number of calls heard recently.
  30. q - quit monitor
  31.  
  32. o and c allow you to open a log file, log activity for awhile,
  33. then close it for later examination.
  34.  
  35. The stats command (S), will display statistics on the frames
  36. MON has seen on each channel, and the percentage of those bytes
  37. that carry data with respect to the total bytes seen.
  38.  
  39.         FR    = Total frames heard of all types
  40.         %data = % of bytes that carry data
  41.         L3    = Layer 3 bytes total
  42.         L2    = Layer 2 bytes total
  43.         L1    = Layer 1 bytes total
  44.         REJ   = Number of FR frames that were rejects.
  45.  
  46. MON cannot count retries, since it didn't hear them.  BPQ stats are
  47. more accurate.
  48.  
  49. I expect MON to become a much more useful network statistics collector
  50. in the future.  Your ideas about what it should do are most welcome !
  51.  
  52.